#5A67CB

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

Shades of Chetwode Blue #5A67CB

Tints of Chetwode Blue #5A67CB

Color information

#5A67CB (or 0x5A67CB) is unknown color: approx Chetwode Blue. HEX triplet: 5A, 67 and CB. RGB value is (90,103,203). Sum of RGB (Red+Green+Blue) = 90+103+203=396 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.73% from 396); Green value is 103 (40.62% from 255 or 26.01% from 396); Blue value is 203 (79.69% from 255 or 51.26% from 396); Max value from RGB is 203 - color contains mainly: blue. Hex color #5A67CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A67CB is #A59834. Grayscale: #6E6E6E. Windows color (decimal): -10852405 or 13330266. OLE color: 13330266.

HSL color Cylindrical-coordinate representation of color #5A67CB: hue angle of 233.1º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5A67CB is Cyan = 0.56, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB90103203-
CMYK0.560.4900.20
HSL233.1º52.07%57.45%-
HSV(B)233.1º55.67%79.61%-
XYZ19.8516.1958.58-
YUV110.51180.19113.37-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 22.73%
GREEN value IS 103 (40.62% from 255) = 26.01%
BLUE value IS 203 (79.69% from 255) = 51.26%
R=22.73%
G=26.01%
B=51.26%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal901032030.560.4900.20233.152.0757.45
Hex5A67CB3831014e93439
Octal13214731370610243516471
Binary101101011001111100101111100011000101010011101001110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A67CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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