Html Css Color HEX #535BBC Rich Blue

📋 copy color: '#535BBC'

red 83 ◦ green 91 ◦ blue 188

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

Shades of Rich Blue #535BBC

Tints of Rich Blue #535BBC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 25.14%

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

R = 22.93%
G = 25.14%
B = 51.93%

CMYK

 C value IS 0.56

 M value IS 0.52

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#535BBC (or 0x535BBC) is known color: Rich Blue. HEX triplet: 53, 5B and BC. RGB value is (83,91,188). Sum of RGB (Red+Green+Blue) = 83+91+188=362 (47% of max value = 765). Red value is 83 (32.81% from 255 or 22.93% from 362); Green value is 91 (35.94% from 255 or 25.14% from 362); Blue value is 188 (73.83% from 255 or 51.93% from 362); Max value from RGB is 188 - color contains mainly: blue. Hex color #535BBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #535BBC is #ACA443. Grayscale: #636363. Windows color (decimal): -11314244 or 12344147. OLE color: 12344147.

HSL color Cylindrical-coordinate representation of color #535BBC: hue angle of 235.43º degrees, saturation: 0.44, 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 #535BBC is Cyan = 0.56, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 83 91 188 -
CMYK 0.56 0.52 0 0.26
HSL 235.43º 0.44% 0.53% -
HSV(B) 235.43º 0.56% 0.74% -
XYZ 16.39 12.95 49.21 -
YUV 99.67 177.85 116.11 -
System Red Green Blue C M Y K H S L
Decimal 83 91 188 0.56 0.52 0 0.26 235.43 0.44 0.53
Hex 53 5B BC 38 34 0 1A EB 2C 35
Octal 123 133 274 70 64 0 32 353 54 65
Binary 1010011 1011011 10111100 111000 110100 0 11010 11101011 101100 110101

Color Harmonies of #535BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535BBC

Black with #535BBC

Text Example


Text Example

White with #535BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,91,188); }

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

background-color css

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

 a { background-color: rgb(83,91,188); }

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

border-color css

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

 span { border-color: rgb(83,91,188); }

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