Html Css Color HEX #565CBC Rich Blue

📋 copy color: '#565CBC'

red 86 ◦ green 92 ◦ blue 188

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

Shades of Rich Blue #565CBC

Tints of Rich Blue #565CBC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.14%

 BLUE value IS 188 (73.83% from 255) = 51.37%

R = 23.5%
G = 25.14%
B = 51.37%

CMYK

 C value IS 0.54

 M value IS 0.51

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#565CBC (or 0x565CBC) is known color: Rich Blue. HEX triplet: 56, 5C and BC. RGB value is (86,92,188). Sum of RGB (Red+Green+Blue) = 86+92+188=366 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.50% from 366); Green value is 92 (36.33% from 255 or 25.14% from 366); Blue value is 188 (73.83% from 255 or 51.37% from 366); Max value from RGB is 188 - color contains mainly: blue. Hex color #565CBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #565CBC is #A9A343. Grayscale: #646464. Windows color (decimal): -11117380 or 12344406. OLE color: 12344406.

HSL color Cylindrical-coordinate representation of color #565CBC: hue angle of 236.47º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #565CBC is Cyan = 0.54, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 86 92 188 -
CMYK 0.54 0.51 0 0.26
HSL 236.47º 0.43% 0.54% -
HSV(B) 236.47º 0.54% 0.74% -
XYZ 16.74 13.26 49.25 -
YUV 101.15 177.01 117.19 -
System Red Green Blue C M Y K H S L
Decimal 86 92 188 0.54 0.51 0 0.26 236.47 0.43 0.54
Hex 56 5C BC 36 33 0 1A EC 2B 36
Octal 126 134 274 66 63 0 32 354 53 66
Binary 1010110 1011100 10111100 110110 110011 0 11010 11101100 101011 110110

Color Harmonies of #565CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565CBC

Black with #565CBC

Text Example


Text Example

White with #565CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565CBC; }

 p { color: rgb(86,92,188); }

 H1.HeaderClassName
 {
   color: #565CBC;
 }
 .AnyTagClassName
 {
   color: #565CBC;
 }
</style>

background-color css

<style>
 a { background-color: #565CBC; }

 a { background-color: rgb(86,92,188); }

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

border-color css

<style>
 span { border-color: #565CBC; }

 span { border-color: rgb(86,92,188); }

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