Html Css Color HEX #53969B Half Baked

📋 copy color: '#53969B'

red 83 ◦ green 150 ◦ blue 155

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

Shades of Half Baked #53969B

Tints of Half Baked #53969B

RGB

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

 GREEN value IS 150 (58.98% from 255) = 38.66%

 BLUE value IS 155 (60.94% from 255) = 39.95%

R = 21.39%
G = 38.66%
B = 39.95%

CMYK

 C value IS 0.46

 M value IS 0.03

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#53969B (or 0x53969B) is known color: Half Baked. HEX triplet: 53, 96 and 9B. RGB value is (83,150,155). Sum of RGB (Red+Green+Blue) = 83+150+155=388 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.39% from 388); Green value is 150 (58.98% from 255 or 38.66% from 388); Blue value is 155 (60.94% from 255 or 39.95% from 388); Max value from RGB is 155 - color contains mainly: blue. Hex color #53969B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53969B is #AC6964. Grayscale: #828282. Windows color (decimal): -11299173 or 10196563. OLE color: 10196563.

HSL color Cylindrical-coordinate representation of color #53969B: hue angle of 184.17º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #53969B is Cyan = 0.46, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 83 150 155 -
CMYK 0.46 0.03 0 0.39
HSL 184.17º 0.3% 0.47% -
HSV(B) 184.17º 0.46% 0.61% -
XYZ 20.39 26.02 34.96 -
YUV 130.54 141.8 94.09 -
System Red Green Blue C M Y K H S L
Decimal 83 150 155 0.46 0.03 0 0.39 184.17 0.3 0.47
Hex 53 96 9B 2E 3 0 27 B8 1E 2F
Octal 123 226 233 56 3 0 47 270 36 57
Binary 1010011 10010110 10011011 101110 11 0 100111 10111000 11110 101111

Color Harmonies of #53969B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53969B

Black with #53969B

Text Example


Text Example

White with #53969B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53969B; }

 p { color: rgb(83,150,155); }

 H1.HeaderClassName
 {
   color: #53969B;
 }
 .AnyTagClassName
 {
   color: #53969B;
 }
</style>

background-color css

<style>
 a { background-color: #53969B; }

 a { background-color: rgb(83,150,155); }

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

border-color css

<style>
 span { border-color: #53969B; }

 span { border-color: rgb(83,150,155); }

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