Html Css Color HEX #535CB8 Rich Blue

📋 copy color: '#535CB8'

red 83 ◦ green 92 ◦ blue 184

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

Shades of Rich Blue #535CB8

Tints of Rich Blue #535CB8

RGB

 RED value IS 83 (32.81% from 255) = 23.12%

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

 BLUE value IS 184 (72.27% from 255) = 51.25%

R = 23.12%
G = 25.63%
B = 51.25%

CMYK

 C value IS 0.55

 M value IS 0.50

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#535CB8 (or 0x535CB8) is known color: Rich Blue. HEX triplet: 53, 5C and B8. RGB value is (83,92,184). Sum of RGB (Red+Green+Blue) = 83+92+184=359 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.12% from 359); Green value is 92 (36.33% from 255 or 25.63% from 359); Blue value is 184 (72.27% from 255 or 51.25% from 359); Max value from RGB is 184 - color contains mainly: blue. Hex color #535CB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #535CB8 is #ACA347. Grayscale: #636363. Windows color (decimal): -11313992 or 12082259. OLE color: 12082259.

HSL color Cylindrical-coordinate representation of color #535CB8: hue angle of 234.65º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #535CB8 is Cyan = 0.55, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 83 92 184 -
CMYK 0.55 0.50 0 0.28
HSL 234.65º 0.42% 0.52% -
HSV(B) 234.65º 0.55% 0.72% -
XYZ 16.05 12.95 47 -
YUV 99.8 175.52 116.02 -
System Red Green Blue C M Y K H S L
Decimal 83 92 184 0.55 0.50 0 0.28 234.65 0.42 0.52
Hex 53 5C B8 37 32 0 1C EB 2A 34
Octal 123 134 270 67 62 0 34 353 52 64
Binary 1010011 1011100 10111000 110111 110010 0 11100 11101011 101010 110100

Color Harmonies of #535CB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535CB8

Black with #535CB8

Text Example


Text Example

White with #535CB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535CB8; }

 p { color: rgb(83,92,184); }

 H1.HeaderClassName
 {
   color: #535CB8;
 }
 .AnyTagClassName
 {
   color: #535CB8;
 }
</style>

background-color css

<style>
 a { background-color: #535CB8; }

 a { background-color: rgb(83,92,184); }

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

border-color css

<style>
 span { border-color: #535CB8; }

 span { border-color: rgb(83,92,184); }

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