Html Css Color HEX #53AEBB Viking

📋 copy color: '#53AEBB'

red 83 ◦ green 174 ◦ blue 187

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

Shades of Viking #53AEBB

Tints of Viking #53AEBB

RGB

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

 GREEN value IS 174 (68.36% from 255) = 39.19%

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

R = 18.69%
G = 39.19%
B = 42.12%

CMYK

 C value IS 0.56

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#53AEBB (or 0x53AEBB) is known color: Viking. HEX triplet: 53, AE and BB. RGB value is (83,174,187). Sum of RGB (Red+Green+Blue) = 83+174+187=444 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.69% from 444); Green value is 174 (68.36% from 255 or 39.19% from 444); Blue value is 187 (73.44% from 255 or 42.12% from 444); Max value from RGB is 187 - color contains mainly: blue. Hex color #53AEBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53AEBB is #AC5144. Grayscale: #949494. Windows color (decimal): -11292997 or 12299859. OLE color: 12299859.

HSL color Cylindrical-coordinate representation of color #53AEBB: hue angle of 187.5º 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 #53AEBB is Cyan = 0.56, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 83 174 187 -
CMYK 0.56 0.07 0 0.27
HSL 187.5º 0.43% 0.53% -
HSV(B) 187.5º 0.56% 0.73% -
XYZ 27.67 35.7 52.45 -
YUV 148.27 149.85 81.44 -
System Red Green Blue C M Y K H S L
Decimal 83 174 187 0.56 0.07 0 0.27 187.5 0.43 0.53
Hex 53 AE BB 38 7 0 1B BC 2B 35
Octal 123 256 273 70 7 0 33 274 53 65
Binary 1010011 10101110 10111011 111000 111 0 11011 10111100 101011 110101

Color Harmonies of #53AEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53AEBB

Black with #53AEBB

Text Example


Text Example

White with #53AEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53AEBB; }

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

 H1.HeaderClassName
 {
   color: #53AEBB;
 }
 .AnyTagClassName
 {
   color: #53AEBB;
 }
</style>

background-color css

<style>
 a { background-color: #53AEBB; }

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

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

border-color css

<style>
 span { border-color: #53AEBB; }

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

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