#5F6BBC

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

Shades of Chetwode Blue #5F6BBC

Tints of Chetwode Blue #5F6BBC

Color information

#5F6BBC (or 0x5F6BBC) is unknown color: approx Chetwode Blue. HEX triplet: 5F, 6B and BC. RGB value is (95,107,188). Sum of RGB (Red+Green+Blue) = 95+107+188=390 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.36% from 390); Green value is 107 (42.19% from 255 or 27.44% from 390); Blue value is 188 (73.83% from 255 or 48.21% from 390); Max value from RGB is 188 - color contains mainly: blue. Hex color #5F6BBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F6BBC is #A09443. Grayscale: #707070. Windows color (decimal): -10523716 or 12348255. OLE color: 12348255.

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

Color convert

RGB95107188-
CMYK0.490.4300.26
HSL232.26º40.97%55.49%-
HSV(B)232.26º49.47%73.73%-
XYZ19.0516.5849.77-
YUV112.65170.52115.41-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 24.36%
GREEN value IS 107 (42.19% from 255) = 27.44%
BLUE value IS 188 (73.83% from 255) = 48.21%
R=24.36%
G=27.44%
B=48.21%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal951071880.490.4300.26232.2640.9755.49
Hex5F6BBC312B01Ae82937
Octal13715327461530323505167
Binary101111111010111011110011000110101101101011101000101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F6BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,107,188); }

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

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

 a { background-color: rgb(95,107,188); }

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

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

 span { border-color: rgb(95,107,188); }

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