Html Css Color HEX #566CBB Chetwode Blue

📋 copy color: '#566CBB'

red 86 ◦ green 108 ◦ blue 187

#566CBB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chetwode Blue #566CBB

Tints of Chetwode Blue #566CBB

RGB

 RED value IS 86 (33.98% from 255) = 22.57%

 GREEN value IS 108 (42.58% from 255) = 28.35%

 BLUE value IS 187 (73.44% from 255) = 49.08%

R = 22.57%
G = 28.35%
B = 49.08%

CMYK

 C value IS 0.54

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#566CBB (or 0x566CBB) is known color: Chetwode Blue. HEX triplet: 56, 6C and BB. RGB value is (86,108,187). Sum of RGB (Red+Green+Blue) = 86+108+187=381 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.57% from 381); Green value is 108 (42.58% from 255 or 28.35% from 381); Blue value is 187 (73.44% from 255 or 49.08% from 381); Max value from RGB is 187 - color contains mainly: blue. Hex color #566CBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #566CBB is #A99344. Grayscale: #6E6E6E. Windows color (decimal): -11113285 or 12282966. OLE color: 12282966.

HSL color Cylindrical-coordinate representation of color #566CBB: hue angle of 226.93º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #566CBB is Cyan = 0.54, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 86 108 187 -
CMYK 0.54 0.42 0 0.27
HSL 226.93º 0.43% 0.54% -
HSV(B) 226.93º 0.54% 0.73% -
XYZ 18.17 16.29 49.2 -
YUV 110.43 171.21 110.58 -
System Red Green Blue C M Y K H S L
Decimal 86 108 187 0.54 0.42 0 0.27 226.93 0.43 0.54
Hex 56 6C BB 36 2A 0 1B E3 2B 36
Octal 126 154 273 66 52 0 33 343 53 66
Binary 1010110 1101100 10111011 110110 101010 0 11011 11100011 101011 110110

Color Harmonies of #566CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566CBB

Black with #566CBB

Text Example


Text Example

White with #566CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566CBB; }

 p { color: rgb(86,108,187); }

 H1.HeaderClassName
 {
   color: #566CBB;
 }
 .AnyTagClassName
 {
   color: #566CBB;
 }
</style>

background-color css

<style>
 a { background-color: #566CBB; }

 a { background-color: rgb(86,108,187); }

 div.DivClassName
 {
   background-color: #566CBB;
 }
 .BgClassName
 {
   background-color: #566CBB;
 }
</style>

border-color css

<style>
 span { border-color: #566CBB; }

 span { border-color: rgb(86,108,187); }

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