Html Css Color HEX #535CBD Rich Blue

📋 copy color: '#535CBD'

red 83 ◦ green 92 ◦ blue 189

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

Shades of Rich Blue #535CBD

Tints of Rich Blue #535CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 51.92%

R = 22.8%
G = 25.27%
B = 51.92%

CMYK

 C value IS 0.56

 M value IS 0.51

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#535CBD (or 0x535CBD) is known color: Rich Blue. HEX triplet: 53, 5C and BD. RGB value is (83,92,189). Sum of RGB (Red+Green+Blue) = 83+92+189=364 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.80% from 364); Green value is 92 (36.33% from 255 or 25.27% from 364); Blue value is 189 (74.22% from 255 or 51.92% from 364); Max value from RGB is 189 - color contains mainly: blue. Hex color #535CBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #535CBD is #ACA342. Grayscale: #636363. Windows color (decimal): -11313987 or 12409939. OLE color: 12409939.

HSL color Cylindrical-coordinate representation of color #535CBD: hue angle of 234.91º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #535CBD is Cyan = 0.56, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 83 92 189 -
CMYK 0.56 0.51 0 0.26
HSL 234.91º 0.45% 0.53% -
HSV(B) 234.91º 0.56% 0.74% -
XYZ 16.58 13.17 49.81 -
YUV 100.37 178.02 115.61 -
System Red Green Blue C M Y K H S L
Decimal 83 92 189 0.56 0.51 0 0.26 234.91 0.45 0.53
Hex 53 5C BD 38 33 0 1A EB 2D 35
Octal 123 134 275 70 63 0 32 353 55 65
Binary 1010011 1011100 10111101 111000 110011 0 11010 11101011 101101 110101

Color Harmonies of #535CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535CBD

Black with #535CBD

Text Example


Text Example

White with #535CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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