Html Css Color HEX #575CBC Rich Blue

📋 copy color: '#575CBC'

red 87 ◦ green 92 ◦ blue 188

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

Shades of Rich Blue #575CBC

Tints of Rich Blue #575CBC

RGB

 RED value IS 87 (34.38% from 255) = 23.71%

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

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

R = 23.71%
G = 25.07%
B = 51.23%

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

#575CBC (or 0x575CBC) is known color: Rich Blue. HEX triplet: 57, 5C and BC. RGB value is (87,92,188). Sum of RGB (Red+Green+Blue) = 87+92+188=367 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.71% from 367); Green value is 92 (36.33% from 255 or 25.07% from 367); Blue value is 188 (73.83% from 255 or 51.23% from 367); Max value from RGB is 188 - color contains mainly: blue. Hex color #575CBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575CBC is #A8A343. Grayscale: #656565. Windows color (decimal): -11051844 or 12344407. OLE color: 12344407.

HSL color Cylindrical-coordinate representation of color #575CBC: hue angle of 237.03º 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 #575CBC is Cyan = 0.54, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 87 92 188 -
CMYK 0.54 0.51 0 0.26
HSL 237.03º 0.43% 0.54% -
HSV(B) 237.03º 0.54% 0.74% -
XYZ 16.83 13.31 49.26 -
YUV 101.45 176.84 117.69 -
System Red Green Blue C M Y K H S L
Decimal 87 92 188 0.54 0.51 0 0.26 237.03 0.43 0.54
Hex 57 5C BC 36 33 0 1A ED 2B 36
Octal 127 134 274 66 63 0 32 355 53 66
Binary 1010111 1011100 10111100 110110 110011 0 11010 11101101 101011 110110

Color Harmonies of #575CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575CBC

Black with #575CBC

Text Example


Text Example

White with #575CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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