Html Css Color HEX #535FB8 Rich Blue

📋 copy color: '#535FB8'

red 83 ◦ green 95 ◦ blue 184

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

Shades of Rich Blue #535FB8

Tints of Rich Blue #535FB8

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.24%

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

R = 22.93%
G = 26.24%
B = 50.83%

CMYK

 C value IS 0.55

 M value IS 0.48

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#535FB8 (or 0x535FB8) is known color: Rich Blue. HEX triplet: 53, 5F and B8. RGB value is (83,95,184). Sum of RGB (Red+Green+Blue) = 83+95+184=362 (47% of max value = 765). Red value is 83 (32.81% from 255 or 22.93% from 362); Green value is 95 (37.5% from 255 or 26.24% from 362); Blue value is 184 (72.27% from 255 or 50.83% from 362); Max value from RGB is 184 - color contains mainly: blue. Hex color #535FB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #535FB8 is #ACA047. Grayscale: #656565. Windows color (decimal): -11313224 or 12083027. OLE color: 12083027.

HSL color Cylindrical-coordinate representation of color #535FB8: hue angle of 232.87º 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 #535FB8 is Cyan = 0.55, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 83 95 184 -
CMYK 0.55 0.48 0 0.28
HSL 232.87º 0.42% 0.52% -
HSV(B) 232.87º 0.55% 0.72% -
XYZ 16.31 13.48 47.09 -
YUV 101.56 174.52 114.76 -
System Red Green Blue C M Y K H S L
Decimal 83 95 184 0.55 0.48 0 0.28 232.87 0.42 0.52
Hex 53 5F B8 37 30 0 1C E9 2A 34
Octal 123 137 270 67 60 0 34 351 52 64
Binary 1010011 1011111 10111000 110111 110000 0 11100 11101001 101010 110100

Color Harmonies of #535FB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535FB8

Black with #535FB8

Text Example


Text Example

White with #535FB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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