Html Css Color HEX #566FBE Chetwode Blue

📋 copy color: '#566FBE'

red 86 ◦ green 111 ◦ blue 190

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

Shades of Chetwode Blue #566FBE

Tints of Chetwode Blue #566FBE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 28.68%

 BLUE value IS 190 (74.61% from 255) = 49.1%

R = 22.22%
G = 28.68%
B = 49.1%

CMYK

 C value IS 0.55

 M value IS 0.42

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#566FBE (or 0x566FBE) is known color: Chetwode Blue. HEX triplet: 56, 6F and BE. RGB value is (86,111,190). Sum of RGB (Red+Green+Blue) = 86+111+190=387 (51% of max value = 765). Red value is 86 (33.98% from 255 or 22.22% from 387); Green value is 111 (43.75% from 255 or 28.68% from 387); Blue value is 190 (74.61% from 255 or 49.10% from 387); Max value from RGB is 190 - color contains mainly: blue. Hex color #566FBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #566FBE is #A99041. Grayscale: #707070. Windows color (decimal): -11112514 or 12480342. OLE color: 12480342.

HSL color Cylindrical-coordinate representation of color #566FBE: hue angle of 225.58º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #566FBE is Cyan = 0.55, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 86 111 190 -
CMYK 0.55 0.42 0 0.25
HSL 225.58º 0.44% 0.54% -
HSV(B) 225.58º 0.55% 0.75% -
XYZ 18.82 17.07 51.02 -
YUV 112.53 171.72 109.08 -
System Red Green Blue C M Y K H S L
Decimal 86 111 190 0.55 0.42 0 0.25 225.58 0.44 0.54
Hex 56 6F BE 37 2A 0 19 E2 2C 36
Octal 126 157 276 67 52 0 31 342 54 66
Binary 1010110 1101111 10111110 110111 101010 0 11001 11100010 101100 110110

Color Harmonies of #566FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566FBE

Black with #566FBE

Text Example


Text Example

White with #566FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,111,190); }

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

background-color css

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

 a { background-color: rgb(86,111,190); }

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

border-color css

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

 span { border-color: rgb(86,111,190); }

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