Html Css Color HEX #535FBB Rich Blue

📋 copy color: '#535FBB'

red 83 ◦ green 95 ◦ blue 187

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

Shades of Rich Blue #535FBB

Tints of Rich Blue #535FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 51.23%

R = 22.74%
G = 26.03%
B = 51.23%

CMYK

 C value IS 0.56

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#535FBB (or 0x535FBB) is known color: Rich Blue. HEX triplet: 53, 5F and BB. RGB value is (83,95,187). Sum of RGB (Red+Green+Blue) = 83+95+187=365 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.74% from 365); Green value is 95 (37.5% from 255 or 26.03% from 365); Blue value is 187 (73.44% from 255 or 51.23% from 365); Max value from RGB is 187 - color contains mainly: blue. Hex color #535FBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #535FBB is #ACA044. Grayscale: #656565. Windows color (decimal): -11313221 or 12279635. OLE color: 12279635.

HSL color Cylindrical-coordinate representation of color #535FBB: hue angle of 233.08º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #535FBB is Cyan = 0.56, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 83 95 187 -
CMYK 0.56 0.49 0 0.27
HSL 233.08º 0.43% 0.53% -
HSV(B) 233.08º 0.56% 0.73% -
XYZ 16.63 13.61 48.76 -
YUV 101.9 176.02 114.52 -
System Red Green Blue C M Y K H S L
Decimal 83 95 187 0.56 0.49 0 0.27 233.08 0.43 0.53
Hex 53 5F BB 38 31 0 1B E9 2B 35
Octal 123 137 273 70 61 0 33 351 53 65
Binary 1010011 1011111 10111011 111000 110001 0 11011 11101001 101011 110101

Color Harmonies of #535FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535FBB

Black with #535FBB

Text Example


Text Example

White with #535FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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