#5A67BC

Color #5A67BC Chetwode Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chetwode Blue #5A67BC

Tints of Chetwode Blue #5A67BC

Color information

#5A67BC (or 0x5A67BC) is unknown color: approx Chetwode Blue. HEX triplet: 5A, 67 and BC. RGB value is (90,103,188). Sum of RGB (Red+Green+Blue) = 90+103+188=381 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.62% from 381); Green value is 103 (40.62% from 255 or 27.03% from 381); Blue value is 188 (73.83% from 255 or 49.34% from 381); Max value from RGB is 188 - color contains mainly: blue. Hex color #5A67BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A67BC is #A59843. Grayscale: #6C6C6C. Windows color (decimal): -10852420 or 12347226. OLE color: 12347226.

HSL color Cylindrical-coordinate representation of color #5A67BC: hue angle of 232.04º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5A67BC is Cyan = 0.52, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB90103188-
CMYK0.520.4500.26
HSL232.04º42.24%54.51%-
HSV(B)232.04º52.13%73.73%-
XYZ18.1415.549.61-
YUV108.8172.69114.59-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 90 (35.55% from 255) = 23.62%
GREEN value IS 103 (40.62% from 255) = 27.03%
BLUE value IS 188 (73.83% from 255) = 49.34%
R=23.62%
G=27.03%
B=49.34%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal901031880.520.4500.26232.0442.2454.51
Hex5A67BC342D01Ae82a37
Octal13214727464550323505267
Binary101101011001111011110011010010110101101011101000101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A67BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A67BC; }

 p { color: rgb(90,103,188); }

 H1.HeaderClassName
 {
   color: #5A67BC;
 }
 .AnyTagClassName
 {
   color: #5A67BC;
 }
</style>
background-color css

<style>
 a { background-color: #5A67BC; }

 a { background-color: rgb(90,103,188); }

 div.DivClassName
 {
   background-color: #5A67BC;
 }
 .BgClassName
 {
   background-color: #5A67BC;
 }
</style>
border-color css

<style>
 span { border-color: #5A67BC; }

 span { border-color: rgb(90,103,188); }

 td.TdClassName
 {
   border-color: #5A67BC;
 }
 .TagClassName
 {
   border-color: #5A67BC;
 }
</style>